home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1973 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  1.2 KB  |  70 lines

  1. this._visible = false;
  2. low.onPress = function()
  3. {
  4.    _parent.picQ = 2;
  5.    _quality = "LOW";
  6.    _parent.btn.start();
  7. };
  8. low.onRollOver = function()
  9. {
  10.    _parent.s_select.start();
  11. };
  12. med.onPress = function()
  13. {
  14.    _parent.picQ = 1;
  15.    _quality = "MEDIUM";
  16.    _parent.btn.start();
  17. };
  18. med.onRollOver = function()
  19. {
  20.    _parent.s_select.start();
  21. };
  22. hig.onPress = function()
  23. {
  24.    _parent.picQ = 0;
  25.    _quality = "HIGH";
  26.    _parent.btn.start();
  27. };
  28. hig.onRollOver = function()
  29. {
  30.    _parent.s_select.start();
  31. };
  32. son.onPress = function()
  33. {
  34.    _parent.soundV = 0;
  35.    _parent.btn.setVolume(100);
  36.    _parent.btn.start();
  37. };
  38. son.onRollOver = function()
  39. {
  40.    _parent.s_select.start();
  41. };
  42. sof.onPress = function()
  43. {
  44.    _parent.soundV = 1;
  45.    _parent.btn.setVolume(0);
  46.    _parent.btn.start();
  47. };
  48. sof.onRollOver = function()
  49. {
  50.    _parent.s_select.start();
  51. };
  52. bac.onPress = function()
  53. {
  54.    _parent.menus._visible = false;
  55.    _parent.mainGame.pauses = false;
  56. };
  57. bac.onRollOver = function()
  58. {
  59. };
  60. qui.onPress = function()
  61. {
  62.    stopAllSounds();
  63.    _parent.gotoAndStop("title");
  64.    __parent.btn.start();
  65. };
  66. qui.onRollOver = function()
  67. {
  68.    _parent.s_select.start();
  69. };
  70.